g_spawn_async

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. gboolean g_spawn_async(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    g_spawn_async
  2. da_g_spawn_async g_spawn_async;

Meta